Indicates an ISO/Joliet file or directory exists in the image. This event fires in response to the EnumerateISOItems method. After the EnumerateISOItems method is called, this event will fire for each file and directory in the ISO/Joliet image.
Syntax
Sub object_EnumISOItems(ParentDestPath As String, ItemDestPath As String, ItemName As String, SourceFilePath As String, IsDirectory As Boolean, FileDate As Date, FileSize As Long)
The EnumISOItems event syntax has these named arguments:
Part | Description |
ParentDestPath | String |
ItemDestPath | String |
ItemName | String |
SourceFilePath | String |
IsDirectory | Boolean |
FileDate | Date |
FileSize | Long |